DIG SKILLS Flashcards

1
Q

HTML tags…

(Coding)

A

HTML <html>…</html>
Head <head>…<head/>
Paragraph: <p>…</p>
Body <body>…</body>
Headings 1,2 and 3: <h1>…</h1>, <h2>…</h2> and </h3>…</h3>
Bold: <strong>…</strong>
Italic: <em>…</em>
Link to URL: <a href=”https://www.url.com”>URL name</a>
Link to email: <a href=”mailto:emailaddress.com”>send email</a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly