Information Technology
My Blog on HTML/Cyber Crime & Security.
seen from Canada
seen from China
seen from Russia
seen from United States
seen from Russia
seen from China

seen from Portugal

seen from United States
seen from United States
seen from Thailand
seen from United Kingdom

seen from United States
seen from China

seen from Thailand
seen from United States
seen from Thailand
seen from Ireland

seen from Thailand
seen from Russia
seen from United States
Information Technology
My Blog on HTML/Cyber Crime & Security.
HTML vs HTML5 - What's the Difference? ☞ https://morioh.com/p/813df0e74a14 #HTML #HTML5
HTML TUTORIAL FOR BEGINNERS - 3- HTML ELEMENTS EXPLAINED #htmlelementsex...
Pure CSS Page Loading Animation Effects | HTML CSS Animation | Web Design Tutorial
After finishing the first class of Web Authoring, I got a basic understanding of HTML. Several things are listed below.
The basic construction of a HTML page is:
<! DOCTYPE html> <html> <head> <title> </title> </head> <body> </body> </html>
It should be noted that
(1) everything we want to put on the web page should be inside in <html></html>. (2)Those codes we put inside <head></head> is just only about the information of the web page, which means they are not going to be displayed on the page and we cannot see it. <3>If we want to make some comments to HTML codes, we can use: <!-- this is a comment--> <4> We often use “Tab” on the keyboards to separate words or make space between words. And also could use the space key. But whatever you use, and how much space you put between words, HTML just display one space between them. <5>Generally, we just have one h1 with more h2, h3... <6> <br> is a kind of void tag or could be called “self-closing” tag, which means they do not need to come with end tag “</br>” when you use <br>. And It should be noted that <br> is used to break line. <7>If you want to make words looks like Bold, we only could use the <strong> xxx </strong>. However, If we want to make words Italic, we can use both <em> xxx </em> and <i>xxx </i>.
<8> The <blockquote> element is used for longer quotes that take up a paragraph.
So, if u are beginners just like me, let’s discuss and make progress together !!
Are you an SEO? your life will become more convenient if you are backed with HTML Knowledge, I have put together an article about basic HTML
8 Basic HTML Skills You Need To Succeed In Digital Marketing
Watch the full Video & Learn How To Insert a Favicon To a Website
Please Follow & Subscribe the Channel
Html5 Tutorials For Beginners – 04 - DOCTYPE html Today in this tutorial I was discuss on the topic is DOCTYPE html 1) What is DOCTYPE html ? 2) What is the ...