Toggle navigation
TechnoWikis.com
Email or Username
Password
Remember
Login
Register
|
I forgot my password
All Activity
Questions
Hot!
Pending
Ask a Question
Privacy Policy
Contact
Learning HTML (Basic tags)
Home
Tutorials
Development
HTML5 / CSS3
Learning HTML (Basic tags)
(adsbygoogle = window.adsbygoogle || []).push({});
+3
votes
252
views
Learning HTML (Basic tags)
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
reopened
Jun 23, 2019
|
252
views
answer
Your answer
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Add answer
Cancel
1
Answer
+4
votes
Best answer
Labels
Headings
: They are used to mark the titles of the sections.
:
This label can have 6 possible values ​​that start from 1. Open notebook to start developing the file with the following code, we save it with the name
headers.html
:
Blocks
: This label is used to separate paragraphs, preformatted text, blocks such as phrases or addresses.
Create file
blocks.html
<p> and </ p> Define a paragraph.
<pre> and </ pre> The text that is inside these labels will be interpreted by the browser with the format that has been entered, it is useful for when you want to show lines of code.
<address> and </ address> Used to identify an address.
<blockquote> and </ blockquote> Useful to highlight phrases.
The text entered within these marks will be presented in indented and italic format.
Generate file
blocks.html
Backgrounds and text colors
: These attributes must be assigned in the <body> tag
bgcolor: Defines a background color for the entire document.
background: Set an image as a background.
text: Letter color for the entire document.
Generate
body.html
file
Type and size of letter
: Label <FONT> has the following attributes:
face: to set the typeface.
size: letter size.
color: specifies the color of the characters, in hexadecimal format.
Generate file
tipodeletra.html
Styles
: The classic styles of bold, italics, underlining.
Generate
styles.html
file
Links:
Allow users to navigate between the pages of a website or external sites.
Generate file
links.html
Lists
: There are three types of lists.
Descriptive, Regular and Nested.
Generate file
lists.html
Tables
: Established between the <TABLE> and </ TABLE> tags previously used to give the structure to the entire web page.
They were replaced by the <DIV> element that is more flexible.
The <tr> tag generates a row for the table and <td> generates a cell.
Generate
tables.html
file
Images:
<IMG /> tag, in this case the tag can be closed at the same opening mark;
you can see the symbol "/" at the end of the line of code.
Attributes:
SRC: Indicates the location of the image.
WIDTH / HEIGHT: Width and height of the image.
(size)
Generate file
images.html.
Forms:
They are used to transfer information from the client to the server.
Forms support input elements such as text fields, check boxes, buttons, text areas, etc.
The most important thing in learning the HTML language (and in all areas) is the practice, because in this way you will become familiar with the elements and know which one to use depending on the case and in an appropriate way.
answered
Jun 23, 2019
by
stackoverflow
(
3.5m
points)
edited
Jun 23, 2019
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Add comment
Cancel
Related questions
+5
votes
1
answer
Learning basic Html and my first web page
asked
Jun 23, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
245
views
+5
votes
1
answer
How to make an HTML Web page in Notepad
asked
Sep 26, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
313
views
+4
votes
1
answer
Characteristics and use of mailto in html
asked
Jun 24, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
268
views
+3
votes
1
answer
How to comment on lines of code in HTML and PHP
asked
Jun 24, 2019
in
HTML5 / CSS3
by
backtothefuture
(
552k
points)
|
6.1k
views
+5
votes
1
answer
How to add tags to your files in Windows 11
asked
Oct 17, 2022
in
Help
by
backtothefuture
(
552k
points)
|
115
views
Sponsored articles cost $40 per post. You can contact us via
Feedback
All categories
Tutorials
7.5k
Microsoft
1.9k
Android
1.4k
Security
120
Linux / Unix
543
Internet
757
Virtualization
104
Apple
611
Networks
64
Other Devices
321
Other Applications
184
Hardware
19
Development
53
HTML5 / CSS3
12
Web Servers
9
JavaScript
12
Other languages
2
PHP
8
CMS
4
Python
5
WebServers
1
Digital Marketing
47
Databases
14
Graphic Design
30
Guides
794
GraphicDesign
54
Networking
4
PlayStation
186
Gaming
55
Linux/Unix
85
Manzana
33
Otherdevices
38
Otherapps
49
Digitalmarketing
39
Safety
1
Developing
2
Help
685
Social Networks
34
Android Tutorial
549
iPhone Tutorial
267
News
17
Social
6
Phone
11
Telephone
9
Applications
167
Smartphones
3
Cell Phones
11
Applications
25
Travels
6
Photo
21
Education
18
Games
25
Internet
14
Music
8
Technique
10
Video
6
Windows
5
Apple
2
Cell Phones
3
TikTok
216
Trips
2
House
1
Operating System
5
Tips & Tricks
892
Solutions
6
Tutorials
3
FAQ
1
Applications
5
Cell Phones
2
Tutorials
4
Computers
6
Tutoriales
2
8
Technology
2
In Computers
1
In Applications
2
Tutorials Tutorials
9
Applications Applications
25
Aplicaciones Applications
4
Devices Devices
5
Tutoriales Tutorials
1
Tutorials u00a0 Tutorials
2
Applications u00a0 Applications
2
Devices u00a0 Devices
1
OS OS
1
Etc Etc
2
Most popular questions within the last 30 days
Please leave a comment about whether the solution works or not (with device model)
[X]Close
10,659
questions
10,791
answers
510
comments
3
users