The New Stuff

Learn HTML Basics

"Don't think that you know nothing, you know everything just go through it."

This is for the very basic for those who want to learn about HTML.
HTML is stand for (Hyper Text Markup Language).
Simple open the notepad in your computer or any editor to start coding.


First write
<!DOCTYPE html>
This shows that the overall document is a HTML based Document.
then write these,

<html> 
<head>
                  <title>Basic HTML</title>
</head>
<body>
yaahaay!!! I am learning HTML.
</body>
</html>

Simply copy and paste the above code, into your editor but let me explain first,
<html> this is the startup tag after <!DOCTYPE html>, and every open tag have a close tag like </html>. Whole other your code will be inside this tag.
After this write <head> in this tag your title which will appear in browser tab that tells that what this page is about.
After that  <body> tag  will start and here you write  that will appear in your page.

0 comments:

Post a Comment

dilmurad-responsive

Popular Posts

^