Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Notas de lectura

Comprehensive HTML Notes with Examples – Complete Guide for Beginners and Web Developers

Puntuación
-
Vendido
-
Páginas
4
Subido en
19-07-2025
Escrito en
2024/2025

These notes provide a detailed overview of HTML, covering essential elements such as structure, tags, attributes, and document formatting. Each concept is paired with clear, real-world examples to demonstrate how HTML is used in practical web development. The material includes topics like semantic tags, forms, multimedia integration, links, tables, and layout basics. Ideal for beginners and intermediate learners looking to strengthen their understanding of HTML through hands-on examples. I assure you that nothing else is required for learning HTML, after these notes. Hope you have a happy learning journey. Godspeed !

Mostrar más Leer menos
Institución
Grado

Vista previa del contenido

HTML
Saturday, July 19, 2025 1:18 PM



Useful websites are created using a combo of HTML, Java Script (js) and Cascading Stylesheets (css).

Connecting js to html: Typing "script:src" in body section gives us "<script src=""></script>", in which we type our javascript file name. For eg:
"<script src="style.js"></script>"

Connecting css to html: Typing "link:css" in head section gives us "<link rel="stylesheet" href="style.css">", in which we type our css file
name. For eg: "link rel="stylesheet" href="hi.css">". By default the name of css file is given as "style.css" in the "link:css" shortcut.

Shortcuts: (1)! <- By typing '!' and pressing enter, we get the boiler plate code.
(2) Alt+ shift+ (down arrow button) <- to copy a line below it.
(3) Alt <- (select 2 or more code parts while keeping alt pressed and then change those parts together by typing
once only)
(4) Alt+ space + (down arrow button) <- to write the same thing in below lines. Example:




(5) Lorem<no. of words> <- to give a certain no. of random words in the code.
(6) Alt+ space + (down arrow button) <- to place a line after the line(s) present below it.
(7) Ctrl + / <- To turn a line into a comment.
(8) Shift + Tab <- to remove indentation, by 1 whitespace.

<a href="google.com">cover_name</a> <- It's an anchor tag to show links on the website. Cover name will be present in place
of the original link. Cover name is optional.
<a target="_blank" href="google.com">cover_name</a> <- target="_blank" opens the link in a new tab, instead of the
original tab
<br> tag is used to give a break between lines of code. It gives the next line of code in a new line. It doesn't have a closing tag.

<img src="img_link" alt="alternate_text"> <- To put an image on the website. Alternate text is displayed when website
doesn’t show the image.

<pre></pre> <- It's used to print the content as it is, without removing extra whitespaces (if given) between characters/ words, etc.

<img width="200" height="250" src="img_link" alt="alternate_text"> <- width, height and style attributes may also be added to modify
the image.
<table><captions>Students</captions><tr><th>Roll</th><th> Name</th></tr>
<tr><td>10</td><td> Manny</td></tr></table> <- to create tables, containing caption at top, rows, columns. 1st row has headings,
2nd row has data. <tr> =table row, <th>=table heading, <td>= table data




<td colspan="2">Hi</td> <- colspan allows us to make a single value occupy n no. of columns.
Here, "Hi" will occupy the space of 2 columns. Similar to merge columns in MS Excel.

<td rowspan="4"> Manny</td> <- rowspan allows us to make a single value occupy n no. of rows.
Here, "Manny" will occupy the space of 4 rows. Similar to merge rows in MS Excel.




<captions>Students</captions> <-- captions are used at the top, before the table starts.
<thead>Head</thead><tfoot>foot</tfoot> <- to add header and footer to the table. Header tag is put at the beginning, while
footer tag is put at last.
<tbody>body</tbody> <- it's used in combo with <thead> and <tfoot> tags for grouping in table.

Lists:
(1) <ul> Unordered List <li>harry</li><li>bulbul</li></ul> <- Unordered list, list items are not numbered.



(2)<ol> Ordered List<li>harry</li><li>bulbul</li></ol> <- Ordered list, list items are numbered.


(3)<dl><dt>Hi</dt>

New Section 1 Page 1

Escuela, estudio y materia

Grado

Información del documento

Subido en
19 de julio de 2025
Número de páginas
4
Escrito en
2024/2025
Tipo
NOTAS DE LECTURA
Profesor(es)
-
Contiene
Todas las clases

Temas

$16.19
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
adityabothra087

Conoce al vendedor

Seller avatar
adityabothra087 WBUT
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
-
Miembro desde
8 meses
Número de seguidores
0
Documentos
2
Última venta
-
A+ Study Vault

Accelerate your coding journey with structured, easy-to-follow notes designed to build strong programming foundations and practical skills. These notes cover key concepts, syntax, real-world examples, and common interview patterns to help you learn efficiently and apply your knowledge with confidence. Ideal for aspiring developers, job seekers, and anyone preparing for coding interviews or technical assessments in the software industry.

0.0

0 reseñas

5
0
4
0
3
0
2
0
1
0

Documentos populares

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes