Translations:AY Honors/Internet - Advanced/Requirements 2/45/en

From Pathfinder Wiki
Revision as of 20:57, 6 June 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.