Web Dev

Web Dev

After seeing other decks, I felt I could improve on 'em

Aaron Bell (lvl 7)
Unsectioned

Preview this deck

Document Type Definition (DTD)

Front

Star 100%
Star 100%
Star 100%
Star 100%
Star 100%

5.0

1 review

5
1
4
0
3
0
2
0
1
0

Active users

2

All-time users

3

Favorites

0

Last updated

4 years ago

Date created

Dec 7, 2020

Cards (7)

Unsectioned

(7 cards)

Document Type Definition (DTD)

Front

Decides which standards an (X)HTML page should live up to www.w3.org/TR/html401/sgml/dtd.html

 

If you're familiar with TypeScript, it's like a type for an entire HTML doc.

Back

Semantic tags

Front

<main>, <content>, <section>, <aside>, <header>, <footer>, <nav>, <article>. Among others.

Back

<frameset>

Front

A deprecated HTML 4.01 tag. Replaced by <iframe>

Back

What does the if statement evaluate with?

Front

eval

21 Essential JavaScript Interview Questions | Codementor

Back

static (needs work)

Front

default position of elements on a webpage.

Back

Code validation

Front

Browsers are built according to web standards. Validations ensures your code is valid according to these standards. A way to validate is through "The W3C Markup Validation Service" at validator.w3.org

Back

<audio>

Front

Confusing b/c we're used to webpages being visual, but audio can be incorporated into html, too. 

Back