Translations:AY Honors/Internet - Advanced/Requirements 2/45/en
From Pathfinder Wiki
Learn and demonstrate the use of basic HTML commands OR an equivalent website-building tool/language (like WordPress, Wix, XML, or PHP). If using HTML, be able to write a basic page that includes these tags:
- <html>...</html>
- <head>...</head>
- <body>...</body>
- <h1>...</h1>
- <b>...</b>
- <i>...</i>
- <p>...</p>
- <br />
- <hr />
- <ol>...</ol>
- <ul>...</ul>
- <a href>
- <img src="" />...<!-- image -->
Note: You may also demonstrate equivalent features using modern drag-and-drop website builders or visual editors, as long as you can explain how the above concepts are being used.
