Luis Angel Maciel

Tipazo. Interés en viajes, sexualidad, mercadotecia, especialmente investigación de mercados.

No soy diseñador pero hacer algo me hace bien. Voy por el 4° tatto.

span, section, and div defines a section in a document.

Code Containers

The class create code containers to highlight HTML, JavaScript and CSS code.

HTML Example

<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

CSS Example

body {
background-color: #d0e4fe;
}

h1 {
color: orange;
text-align: center;
}

p {
font-family: "Times New Roman ";
font-size: 20px;
}
<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
body {
background-color: #d0e4fe;
}

h1 {
color: orange;
text-align: center;
}

p {
font-family: "Times New Roman ";
font-size: 20px;
}
var x = 5; // assign the value 5 to x
var y = 2; // assign the value 2 to y
var z = x + y; // assign the value

Codespan

The w3-codespan class is used to hightlight inline code:

© Copyright 2021. All Rights Reserved. The following HTML elements: span, section, and div defines a section in a document.

Code Containers

The class create code containers to highlight HTML, JavaScript and CSS code.

HTML Example

<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

CSS Example

body {
background-color: #d0e4fe;
}

h1 {
color: orange;
text-align: center;
}

p {
font-family: "Times New Roman ";
font-size: 20px;
}
<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
body {
background-color: #d0e4fe;
}

h1 {
color: orange;
text-align: center;
}

p {
font-family: "Times New Roman ";
font-size: 20px;
}
var x = 5; // assign the value 5 to x
var y = 2; // assign the value 2 to y
var z = x + y; // assign the value