100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada
logo-home
Summary HTML - Computer science 7,37 €   Añadir al carrito

Resumen

Summary HTML - Computer science

 8 vistas  0 veces vendidas
  • Grado
  • Institución
  • Book

Summary study book HTML of Thomas A. Powell - ISBN: 9780071496292, Edition: 1, Year of publication: - (HTML summary)

Vista previa 2 fuera de 6  páginas

  • 30 de mayo de 2024
  • 6
  • 2023/2024
  • Resumen
avatar-seller
HTML (HyperText Markup Language) is the standard language used to create and design documents on the World Wide Web. Here are some key concepts and
elements of HTML theory:



Basic Concepts



1. **Markup Language**: HTML is a markup language, which means it uses tags to annotate text. These annotations tell the browser how to display the
content.

2. **Elements and Tags**: HTML consists of elements represented by tags. Tags are enclosed in angle brackets (`< >`). Most elements have an opening tag
and a closing tag, with content in between.

- Example: `<p>This is a paragraph.</p>`

3. **Attributes**: Tags can have attributes, which provide additional information about the element. Attributes are included in the opening tag.

- Example: `<a href="https://example.com">Link</a>`



Structure of an HTML Document



An HTML document typically includes the following basic structure:



```html

<!DOCTYPE html>

<html lang="en">

, <head>

<meta charset="UTF-8">

<title>Document Title</title>

</head>

<body>

<h1>Heading</h1>

<p>Paragraph of text.</p>

</body>

</html>

```



- `<!DOCTYPE html>`: Declares the document type and version of HTML.

- `<html>`: The root element that contains the entire HTML document.

- `<head>`: Contains meta-information about the document (e.g., title, character set).

- `<body>`: Contains the content of the document, such as text, images, links, etc.



Common HTML Elements



1. **Headings**: Represented by `<h1>` to `<h6>`, where `<h1>` is the highest level heading, and `<h6>` is the lowest.

- Example: `<h1>Main Heading</h1>`

Los beneficios de comprar resúmenes en Stuvia estan en línea:

Garantiza la calidad de los comentarios

Garantiza la calidad de los comentarios

Compradores de Stuvia evaluaron más de 700.000 resúmenes. Así estas seguro que compras los mejores documentos!

Compra fácil y rápido

Compra fácil y rápido

Puedes pagar rápidamente y en una vez con iDeal, tarjeta de crédito o con tu crédito de Stuvia. Sin tener que hacerte miembro.

Enfócate en lo más importante

Enfócate en lo más importante

Tus compañeros escriben los resúmenes. Por eso tienes la seguridad que tienes un resumen actual y confiable. Así llegas a la conclusión rapidamente!

Preguntas frecuentes

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

100% de satisfacción garantizada: ¿Cómo funciona?

Nuestra garantía de satisfacción le asegura que siempre encontrará un documento de estudio a tu medida. Tu rellenas un formulario y nuestro equipo de atención al cliente se encarga del resto.

Who am I buying this summary from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller abishekms. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy this summary for 7,37 €. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

45,681 summaries were sold in the last 30 days

Founded in 2010, the go-to place to buy summaries for 14 years now

Empieza a vender
7,37 €
  • (0)
  Añadir