I was wondering if I could get some help I cannot get two things to pass and I’m unsure why. One is The first child of each .main-section
should be a header
element and the other is Each .main-section
should have an id
that matches the text of its first child, having any spaces in the child’s text replaced with underscores (_
) for the id’s. Thanks
Please post your full code. Thanks
1 Like
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Initial D TEAMS</title>
<link href ="styles.css" rel="stylesheet"/>
</head>
<body>
<nav id="navbar">
<header class="nav-header">
<h1>INITIAL D TEAMS</h1>
</header>
<a href="#Akina_SpeedStars"class="nav-link">Akina SpeedStars</a>
<a href="#Akagi_RedSuns" class="nav-link">Akagi RedSuns</a>
<a href="#Impact_Blue" class="nav-link">Impact Blue</a>
<a href="#Myogi_NightKids" class="nav-link">Myogi NightKids</a>
<a href="#Emperor" class="nav-link">Emperor</a>
<a href="#References" class="nav-link">References<a/>
</nav>
<main id="main-doc">
<section class="main-section" id="Akina_SpeedStars">
<header>
<h1>Akina SpeedStars</h1>
</header>
<article>
<ul>
<li>Leader: Koichiro Iketani</li>
<li>Mountain Pass: Akina
</ul>
<p>Akina Speedstars are a street racing team operating on Akina, a mountain pass located in gunma prefecture.</p>
<p>A amateur level team possessing less skill than other teams in the area.</p>
<p>Takumi Fujiwara is considered an honorary member of the team (except in toyokopop ver of manga were he is listed as true member).He is never shown wearing team stickers.</p>
<p>First team introduced in Initial D series
<p>In the manga's initial chapters, the team was named after the Speed Star Wheel, which is now recognized as SSR Wheel.</p>
<p>Characters Iketani, Itsuki and Kenji make apperance in sequal series Mf Ghost</p>
<p>The car belonging to Iketani has a sticker that says Spirit, indicating that it could have been the team's initial name before it was altered.</p>
<code>
<ul>Team Memebers/Cars
<li>Koichiro Iketani/ Nissan Silvia K (S13)</li>
<li>Kenji/ Nissan 180SX Type II (RPS13)</li>
<li>Itsuki Takeuchi/ Toyota Corolla Levin SR (AE85)</li>
<li>Mamoru/ Mitsubishi Lancer EX 1800GSR Turbo (A170)</li>
<li>Shigeru/ Toyota Starlet (KP61)</li>
<li>Takumi (Honorary)/ Toyota Sprinter APEX Trueno (AE86)</li>
</ul>
</code>
</article>
</section>
<section class="main-section" id="Akagi_RedSuns">
<header>
<h1>Akagi RedSuns<h1>
</header>
<article>
<img id="redsun" src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/20529869-3fa9-4e1c-b4a5-aa9af8a385d2/d65npdh-cce7ed46-6715-4ddf-80a3-b46488a7fc0e.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzIwNTI5ODY5LTNmYTktNGUxYy1iNGE1LWFhOWFmOGEzODVkMlwvZDY1bnBkaC1jY2U3ZWQ0Ni02NzE1LTRkZGYtODBhMy1iNDY0ODhhN2ZjMGUucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.RkLeWbcpivP4Llfcd9PnifzIgnoCQJGEIg8GG2Z9zBI">
<ul>
<li>Leader: Ryosuke Takahashi </li>
<li>Mountain Pass: Akagi
</ul>
<p>Street Racing team led by well known street racer Ryosuke Takahashi (a.k.a Akagi's White Comet)</p>
<p>High degree of skill when competing agnist other teams in local races</p>
<p>Main members Ryoduke and Keusuke Takahashi reffered to as rotary brothers due to them both driving cars with rotery engines</p>
<p>Redsuns one rule is to not race on there home course (mountain pass)</p>
<p> After Takumi Fujiwara's victory over Wataru Akiyama, Ryosuke decided to disband the RedSuns and focus on establishing Project D.</p>
<code>
<ul>Team Memebers/Cars
<li>Ryosuke Takahashi/ Mazda Savanna RX-7 Infini III (FC3S)</li>
<li>Keisuke Takahashi/ Mazda Efini RX-7 Type R (FD3S)</li>
<li>Kenta Nakamura/ Nissan Silvia Q's (S14)</li>
<li>Fumihiro/ Mazda Eunos Roadster (NA6CE)</li>
</ul>
</code>
</article>
</section>
<section class="main-section" id="Impact_Blue">
<header>
<h1>Impact Blue<h1>
</header>
<article>
<ul>
<li>Leader: Mako Sato, Sayuki</li>
<li>Mountain Pass: Usui
</ul>
<p>Duo led by two members Mako Sato and Sayuk originating from Usui pass a mountain region which lies between Nagano and Gunma prefecture</p>
<p>Impact Blue separated affording Mako Sato the ability to race in tokyo for the year</p>
<p>Impact Blue often appears in the series to provide fanservice. They are frequently seen wearing bikinis or swimsuits in promotional material.</p>
<p>Several teams are raced including Team Emperor (Satake) and honorary Speedstars member Takumi Fujiwara</p>
<code>
<ul>Team Memebers/Cars
<li>Mako Sato, Sayuki Nissan <abbr title="Nissan 180sx with Nissan Sliva Front End">SilEighty (180SX)</abbr></li>
</ul>
</code>
</article>
</section>
<section class="main-section" id="Myogi_NightKids">
<header>
<h1>Myogi NightKids<h1>
</header>
<article>
<ul>
<li>Leader: Takeshi Nakazato</li>
<li>Mountain Pass: Myogi
</ul>
<p>Myogi NightKids,team ran by local street racer Takeshi Nakazato</p>
<p>High level of skill and one of the top <abbr title="Front Engine Front Wheel Drive">FF</abbr> drivers Shingo Shoji.</p>
<p>Both Shingo and Takeshi exhibit aggressive driving styles (resulting in car crashes during race)</p>
<p>Takeshi runs both uphill and downhill, while Shingo mainly runs downhill. However, there is a scene in the intro of Third Stage where Shingo is shown driving alongside Takeshi uphill.</p>
<code>
<ul>Team Memebers/Cars
<li>Takeshi Nakazato/ Nissan Skyline GT-R V-spec II (R32)</li>
<li>Shingo Shoji/ Honda Civic SiR-II (EG6)</li>
<li>Miyahara/ Toyota MR2 (SW20)</li>
<li>Tanaka/ Nissan Silvia (S13)</li>
</ul>
</code>
</article>
</section>
<section class="main-section" id="Emperor">
<header>
<h1>Emperor<h1>
</header>
<article>
<ul>
<li>Leader: Kyoichi Sudo</li>
<li>Mountain Pass: Tochigi
</ul>
<p>Kyoichi Sudo Leads this team of telented race drivers</p>
<p>The one-way road of Irohazaka is their home course, which is situated in Tochigi.</p>
<p>One of the toughtest opponents (Kyoichi) to race agnist and one of the fastest car in the series</p>
<p>All team members drive Mitsubishi Lancer Evolutions, claiming their cars are the king of the mountains.</p>
<p>Their aim was to beat all the teams in Gunma prefecture and obtain their team stickers to decorate their spoilers, serving as a testament to the number of victories they had achieved.</p>
<p>They are the main antagonists in Initial D second stage as well as extra stage</p>
<p>Mostly drive 3-4th Gen Lancer Evolution with some opting for 5th gen</p>
<code>
<ul>Team Memebers/Cars
<li>Kyoichi Sudo Mitsubishi Lancer Evolution III GSR (CE9A)</li>
<li>Seiji Iwaki/ Mitsubishi Lancer Evolution IV RS (CN9A)</li>
<li>Satake/ Mitsubishi Lancer Evolution IV RS (CN9A)</li>
<li>Mamoru/ Mitsubishi Lancer EX 1800GSR Turbo (A170)</li>
<li>Ren Nogami/ Mitsubishi Lancer Evolution III GSR (CE9A)</li>
</ul>
</code>
</article>
</section>
<section class="main-section" id="References">
<header>
<h1>References<h1>
</header>
<article>
<p>All info in this page is taken from<a id="page-link" href="https://initiald.fandom.com/wiki/Initial_D_Wiki" target="_blank"> Initial D Famdom</p>
</article>
</section>
</main>
</body>
</html>
I’ve checked everying thing but i cant figure it out
I Keep checking but I’m not sure what I did
solved it something to do with my anchor at the end and my @media
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.