0% found this document useful (0 votes)
43 views

HTML5 Tutorial: Example Explained

The document provides an introduction to HTML5 including the structure of a basic HTML document and some common tags. A simple HTML document structure includes the <!DOCTYPE html> declaration, <html>, <head>, and <body> tags. The <head> contains the <title> while the <body> holds the visible page content. Some common tags introduced are headings (<h1>-<h6>), paragraphs (<p>), links (<a>), and images (<img>). The document also lists several HTML editors that can be used to write code like Notepad++ and Sublime Text.

Uploaded by

carmen2703
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

HTML5 Tutorial: Example Explained

The document provides an introduction to HTML5 including the structure of a basic HTML document and some common tags. A simple HTML document structure includes the <!DOCTYPE html> declaration, <html>, <head>, and <body> tags. The <head> contains the <title> while the <body> holds the visible page content. Some common tags introduced are headings (<h1>-<h6>), paragraphs (<p>), links (<a>), and images (<img>). The document also lists several HTML editors that can be used to write code like Notepad++ and Sublime Text.

Uploaded by

carmen2703
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

HTML5 Tutorial

1. HTML Introduction

HTML = Hyper Text Markup Language

<tagname>content goes here...</tagname>

A Simple HTML Document

<!DOCTYPE html> Example Explained


<html>
The <!DOCTYPE html> declaration
<head> defines this document to be HTML5

<title>Page Title</title> The <html> element is the root element


of an HTML page
</head>
The <head> element contains meta
<body> information about the document
Continutul paginii
The <title> element specifies a title for
</body> the document

</html> The <body> element contains the


visible page content

2. HTML Editors

Editore:
Notepad ++
Sublime text
3. HTML Basic

headings => <h1>.. </h1> si pana la <h6></h6>


paragraf => <p>. </p>
link => <a href="https://www.w3schools.com">This is a link</a>
imag=>
<img src="w3schools.jpg" alt="W3Schools.com" width="104" height="142"
>
linie orizontala=> <hr>
pauza/enter=> <br>
text afisat asa cum e scris=> <pre>. </pre>

4. HTML Elements
5. HTML Attributes
6. HTML Headings
7. HTML Paragraphs
8. HTML Styles
9. HTML Formatting
10. HTML Quotations
11. HTML Comments
12. HTML Colors
13. HTML CSS
14. HTML Links
15. HTML Images
16. HTML Tables
17. HTML Lists
18. HTML Blocks
19. HTML Classes
20. HTML Iframes
21. HTML JavaScript
22. HTML File Paths
23. HTML Head
24. HTML Layout
25. HTML Responsive
26. HTML Computercode
27. HTML Entities
28. HTML Symbols
29. HTML Charset
30. HTML URL Encode
31. HTML XHTML

You might also like